isPropertyWritable

abstract fun isPropertyWritable(property: String): Boolean

Check if a property with a given name is writeable.

Return

whether the property is writeable or not. Will return false for unknown properties.

Parameters

property

the name of the property whose type should be queried.